projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f5c440
)
(x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 28 Jul 1997 15:10:21 +0000
(15:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 28 Jul 1997 15:10:21 +0000
(15:10 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index b79a32954c8f4cc2c948ab6bf6260994cdea34a5..cc29cf915a7837f4e43827e29d3dcce18a492bd3 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-7020,6
+7020,7
@@
x_term_init (display_name, xrm_option, resource_name)
#endif /* ! defined (SIGIO) */
#ifdef USE_LUCID
+#ifdef HAVE_X11R5 /* It seems X11R4 lacks XtCvtStringToFont, and XPointer. */
/* Make sure that we have a valid font for dialog boxes
so that Xt does not crash. */
{
@@
-7042,6
+7043,7
@@
x_term_init (display_name, xrm_option, resource_name)
x_uncatch_errors (dpy, count);
}
#endif
+#endif
UNBLOCK_INPUT;